Visual Basic (Declaration) | |
---|---|
Public Overloads Function CutTaskAsync( _ ByVal target As IList(Of Graphic), _ ByVal cutter As Polyline _ ) As Task(Of CutResult) |
C# | |
---|---|
public Task<CutResult> CutTaskAsync( IList<Graphic> target, Polyline cutter ) |
Parameters
- target
- The input polylines or polygons to be cut.
- cutter
- The polyline that will be used to divide the targets into pieces where they cross the cutter.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8